home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ndoor009.zip / NDSYSOP.DOC < prev    next >
Text File  |  1993-05-16  |  7KB  |  196 lines

  1.  
  2.  
  3.                               Night Owl's CDROM Door
  4.                                    sysop Guide
  5.  
  6.                    (C>opyright Night Owl's Publisher Inc. 1993
  7.  
  8.                                      Ver 1.0
  9.  
  10.  
  11. 1. Introduction
  12.  
  13.      Welcome to the Night Owl's CDROM Door.  You will be amazed at how simple
  14. The door is to install and maintain.  In a very few minutes you
  15. will be able to allow your users access to up to 15 Night Owl's
  16. CDROMs at the same time.
  17.  
  18.    You will no longer have to keep modifying your display files
  19. every time you want to add a new ROm.  You can run Night Owl's
  20. CDROMs easily and efficiently for both yourself and your users.
  21.  
  22. 2. Installing the Door
  23.  
  24.      There are only a few simple steps to installing the Night Owl's
  25. CDROM Door.  The following sections describe what you need to do.
  26.  
  27.      To get started you will need to create a directory and
  28. place the NDOOR.eXE file in it.  It is recommended that you use
  29. a directory devoted specifically to this program to avoid any
  30. accidents while installing the software.
  31.  
  32.      md ndoor
  33.  
  34. 3. Creating the NDOOR.CFG File
  35.  
  36.      Below is a listing of the contents of the NDOOR.CFG file.
  37. Make sure that you follow these instructions very carefully.
  38. Failure to follow the instructions will most likely result in
  39. your BBS crashing when you try to open the door.
  40.  
  41.      Use a regular ASCII text editor to create a file called
  42. NDOOR.CFG.  Place this file in the directory where you will be
  43. placing the NDOOR.EXE file.
  44.  
  45. Here is a line-by-line summary of exactly what the NDOOR.CFG
  46. file contains.
  47.  
  48. Line #1 - BBS Name
  49.           Place the name of your BBS here.
  50.           The field will be case sensitive and can occupy 40
  51.           characters maximum.
  52.  
  53. Line #2 - Registration Number
  54.           Place the 6 digit registration number here.
  55.           Be sure to type this number carefully.
  56.           Use 0 if you have not yet registered the door.
  57.  
  58. Line #3 - File Download Path
  59.           Place the complete path name, including drive letter, here.
  60.           This path must already exist for the door to operate
  61.           correctly.
  62.           (Refer to section 4 for more information on this path.)
  63.  
  64. Line 4 and higher - CDROM descriptor Lines
  65.           You will have one line for every Night Owl's CDROM you
  66.           wish to access through the door.
  67.  
  68.           Place the following items on one line separated by
  69.           one space.
  70.  
  71.           All path locations must be less than 64 characters in
  72.           length.  This is the PCBoard standard and should not
  73.           pose a problem.
  74.  
  75.           1. The number of directories on the CDROM.
  76.              You can determine this number by examining the DIR
  77.              file contained in the TEXT directory on your CDROM.
  78.              This number will be the last category with a
  79.              description.
  80.  
  81.           2. The drive and path where the text DIR files
  82.              are located.
  83.  
  84.              This may be either from the CDROM itself or in a
  85.              directory you have created on your hard drive.
  86.              Keeping the DIR files on your hard drive will speed
  87.              up the operation of the door.
  88.  
  89.           3. The drive, path and file name where the index file
  90.              for this CDROM is located.
  91.              (refer to section 4 for more information on
  92.              creating the index file.)
  93.  
  94.           4. The CDROM description.
  95.              This field will be displayed on the disk menu if
  96.              you are configuring more than one Night Owl's
  97.              CDROM.
  98.  
  99.              The description can be up to 40 characters maximum.
  100.  
  101. 4. PCBoard Setup Requirements
  102.  
  103.      Now that you have the door ready to operate you can make
  104. the changes necessary for PCBoard to run the door.
  105.  
  106.    1. Create the CDROM index file.
  107.       use the MAKEIDX utility that comes with PCBoard to create
  108.       an index file of each CDROM you will be accessing
  109.       through the door.
  110.  
  111.       The command would look like this
  112.  
  113.          makeidx pathlist.pth romx.idx
  114.  
  115.          Where pathlst.pth is a file that contains the line
  116.  
  117.             d:\
  118.  
  119.             The appropriate drive letter should be substituted.
  120.  
  121.          and where romx.idx is the version number of the rom you are
  122.          indexing (e.g. rom8.idx)
  123.  
  124.       These index files should be placed in the path you specified
  125.       in the NDOOR.CFG file you have already created.
  126.  
  127.    2. Add the CDROM index files and the file download path to the
  128.       PCBoard download path.
  129.       Go into PCBSETUP and edit the download path on the Main
  130.       Board Configuration screen to include each of your CDROM index
  131.       files.
  132.  
  133.       Remember that an index file must be proceeded with a
  134.       percent sign (%).
  135.  
  136.       The path you specified in the NDOOR.CFG file on Line #3
  137.       should also be entered in at this time.
  138.  
  139.    3. Add the door to the DOORS.LST file.
  140.       Go into PCBSETUP and edit the DOORS.LST file on the Main
  141.       Board Configuration screen to include NDOOR.
  142.  
  143.       Set USERS.SYS to Y and leave the others as N.
  144.  
  145.    4. Create the door BAT file.
  146.       Listed below is a sample file.  Use it as an example to
  147.       create the door BAT file to invoke the NDOOR executable.
  148.  
  149.          @echo off
  150.          cd \ndoor
  151.          ndoor
  152.          %PCBDRIVE%
  153.          cd %PCBDIR%
  154.          board
  155.  
  156.       This file should be named the same as the door name specified in
  157.       the DOORS.LST file in PCBSetup.
  158.  
  159.      5. Modify your Dlpath.lst file to add your new download area for the
  160.        Rezip command.
  161.  
  162.  
  163.      6. Make sure you create this we created it in the PCB board directory
  164.        and called it Ndoordl this is only for the rezip command.
  165.  
  166.  
  167.      6. Modify your BOARD.BAT files.
  168.       You will need to add to your BOARD.BAT field in each node
  169.       directory the following statement.
  170.  
  171.          if exist c:\pcb\ndoordl\rezip%PCBNODE%.zip
  172.              del c:\pcb\ndoordl\rezip%PCBNODE%.zip
  173.  
  174.       This command should be typed on ONE line and come right before you run
  175.       the PCBoard executable.
  176.       This insures that any REZIP files left behind by
  177.       your users are deleted.
  178.  
  179.  
  180.  You are now ready to open the door and begin using it on your
  181.  system.
  182.  
  183.     For support you will have access to the Night Owl's 
  184.     You may register the door also by accessing Night Door
  185.     conference and reading the bulletin on how to register
  186.     it and then we will leave you a private message with your
  187.     serial number to register your door.
  188.     
  189.     BBS - 716-483-3925 HST Dual
  190.     BBS - 716-484-3067 HST 19200
  191.     BBS - 716-484-3917 HST Dual
  192.  
  193.  
  194.     This program will not be permitted to be copyed to any CD-ROM except for
  195.    the Night Owl's Cd-Roms.
  196.